home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creating Your Own America Online Web Pages
/
Creating Your Own America Online Web Pages.iso
/
TOOLS
/
TEX2RTF
/
SOURCES.ZIP
/
SRC
/
MATHS.CC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-24
|
266 b
|
14 lines
/*
* File: maths.cc
* Purpose: Beginnings of a maths parser for LaTeX.
* NOT IMPLEMENTED. I'm still thinking how best to do this...
*
*/
#include <wx.h>
#include <ctype.h>
#include "tex2any.h"
#include <stdlib.h>
#include <time.h>